home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / 2X Wild Stars / 32xstr12.exe / 2XSTARS.EXE / 0 / RCDATA / TLOADSAVE / TLOADSAVE.txt
Text File  |  1999-05-04  |  17KB  |  789 lines

  1. object LoadSave: TLoadSave
  2.   Left = 164
  3.   Top = 124
  4.   HelpContext = 41008
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Save a Game -- Select Game Slot'
  8.   ClientHeight = 360
  9.   ClientWidth = 616
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 8
  22.     Width = 617
  23.     Height = 297
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object CancelBtn: TBitBtn
  28.     Left = 508
  29.     Top = 316
  30.     Width = 97
  31.     Height = 37
  32.     Caption = '&Cancel'
  33.     TabOrder = 0
  34.     Kind = bkCancel
  35.     Margin = 2
  36.     Spacing = -1
  37.     IsControl = True
  38.   end
  39.   object HelpBtn: TBitBtn
  40.     Left = 8
  41.     Top = 316
  42.     Width = 97
  43.     Height = 37
  44.     HelpContext = 41008
  45.     TabOrder = 1
  46.     OnClick = HelpBtnClick
  47.     Kind = bkHelp
  48.     Margin = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object Panel1: TPanel
  53.     Left = 16
  54.     Top = 16
  55.     Width = 289
  56.     Height = 65
  57.     TabOrder = 2
  58.     object Game1: TLabel
  59.       Left = 8
  60.       Top = 28
  61.       Width = 129
  62.       Height = 13
  63.       AutoSize = False
  64.       Caption = 'Bonus Fruit Slots'
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.     object date1: TLabel
  72.       Left = 168
  73.       Top = 28
  74.       Width = 57
  75.       Height = 13
  76.       Alignment = taRightJustify
  77.       AutoSize = False
  78.       Caption = '12/01/96'
  79.       Font.Color = clBlack
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.     end
  85.     object credits1: TLabel
  86.       Left = 8
  87.       Top = 48
  88.       Width = 105
  89.       Height = 13
  90.       AutoSize = False
  91.       Caption = '912,001.56 credits'
  92.       Font.Color = clBlack
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       ParentFont = False
  97.     end
  98.     object borrowed1: TLabel
  99.       Left = 112
  100.       Top = 48
  101.       Width = 113
  102.       Height = 13
  103.       Alignment = taRightJustify
  104.       AutoSize = False
  105.       Caption = '100,123.56 borrowed'
  106.       Font.Color = clBlack
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = []
  110.       ParentFont = False
  111.     end
  112.     object Name1: TEdit
  113.       Left = 8
  114.       Top = 8
  115.       Width = 233
  116.       Height = 20
  117.       AutoSize = False
  118.       BorderStyle = bsNone
  119.       Color = clBtnFace
  120.       Ctl3D = False
  121.       Font.Color = clBlack
  122.       Font.Height = -11
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = []
  125.       ParentCtl3D = False
  126.       ParentFont = False
  127.       TabOrder = 0
  128.       Text = 'Name1'
  129.     end
  130.     object OKBtn: TBitBtn
  131.       Tag = 1
  132.       Left = 232
  133.       Top = 16
  134.       Width = 49
  135.       Height = 37
  136.       TabOrder = 1
  137.       OnClick = BitBtn7Click
  138.       Kind = bkOK
  139.       Margin = 2
  140.       Spacing = -1
  141.       IsControl = True
  142.     end
  143.   end
  144.   object Panel2: TPanel
  145.     Left = 16
  146.     Top = 88
  147.     Width = 289
  148.     Height = 65
  149.     TabOrder = 3
  150.     object Game2: TLabel
  151.       Left = 8
  152.       Top = 28
  153.       Width = 129
  154.       Height = 13
  155.       AutoSize = False
  156.       Caption = 'Bonus Fruit Slots'
  157.       Font.Color = clBlack
  158.       Font.Height = -11
  159.       Font.Name = 'MS Sans Serif'
  160.       Font.Style = []
  161.       ParentFont = False
  162.     end
  163.     object date2: TLabel
  164.       Left = 168
  165.       Top = 28
  166.       Width = 57
  167.       Height = 13
  168.       Alignment = taRightJustify
  169.       AutoSize = False
  170.       Caption = '12/01/96'
  171.       Font.Color = clBlack
  172.       Font.Height = -11
  173.       Font.Name = 'MS Sans Serif'
  174.       Font.Style = []
  175.       ParentFont = False
  176.     end
  177.     object credits2: TLabel
  178.       Left = 8
  179.       Top = 48
  180.       Width = 105
  181.       Height = 13
  182.       AutoSize = False
  183.       Caption = '912,001.56 credits'
  184.       Font.Color = clBlack
  185.       Font.Height = -11
  186.       Font.Name = 'MS Sans Serif'
  187.       Font.Style = []
  188.       ParentFont = False
  189.     end
  190.     object borrowed2: TLabel
  191.       Left = 112
  192.       Top = 48
  193.       Width = 113
  194.       Height = 13
  195.       Alignment = taRightJustify
  196.       AutoSize = False
  197.       Caption = '100,123.56 borrowed'
  198.       Font.Color = clBlack
  199.       Font.Height = -11
  200.       Font.Name = 'MS Sans Serif'
  201.       Font.Style = []
  202.       ParentFont = False
  203.     end
  204.     object Name2: TEdit
  205.       Left = 8
  206.       Top = 8
  207.       Width = 233
  208.       Height = 20
  209.       AutoSize = False
  210.       BorderStyle = bsNone
  211.       Color = clBtnFace
  212.       Ctl3D = False
  213.       Font.Color = clBlack
  214.       Font.Height = -11
  215.       Font.Name = 'MS Sans Serif'
  216.       Font.Style = []
  217.       ParentCtl3D = False
  218.       ParentFont = False
  219.       TabOrder = 0
  220.       Text = 'Name1'
  221.     end
  222.     object BitBtn1: TBitBtn
  223.       Tag = 2
  224.       Left = 232
  225.       Top = 16
  226.       Width = 49
  227.       Height = 37
  228.       TabOrder = 1
  229.       OnClick = BitBtn7Click
  230.       Kind = bkOK
  231.       Margin = 2
  232.       Spacing = -1
  233.       IsControl = True
  234.     end
  235.   end
  236.   object Panel3: TPanel
  237.     Left = 16
  238.     Top = 160
  239.     Width = 289
  240.     Height = 65
  241.     TabOrder = 4
  242.     object Game3: TLabel
  243.       Left = 8
  244.       Top = 28
  245.       Width = 129
  246.       Height = 13
  247.       AutoSize = False
  248.       Caption = 'Bonus Fruit Slots'
  249.       Font.Color = clBlack
  250.       Font.Height = -11
  251.       Font.Name = 'MS Sans Serif'
  252.       Font.Style = []
  253.       ParentFont = False
  254.     end
  255.     object date3: TLabel
  256.       Left = 168
  257.       Top = 28
  258.       Width = 57
  259.       Height = 13
  260.       Alignment = taRightJustify
  261.       AutoSize = False
  262.       Caption = '12/01/96'
  263.       Font.Color = clBlack
  264.       Font.Height = -11
  265.       Font.Name = 'MS Sans Serif'
  266.       Font.Style = []
  267.       ParentFont = False
  268.     end
  269.     object credits3: TLabel
  270.       Left = 8
  271.       Top = 48
  272.       Width = 105
  273.       Height = 13
  274.       AutoSize = False
  275.       Caption = '912,001.56 credits'
  276.       Font.Color = clBlack
  277.       Font.Height = -11
  278.       Font.Name = 'MS Sans Serif'
  279.       Font.Style = []
  280.       ParentFont = False
  281.     end
  282.     object borrowed3: TLabel
  283.       Left = 112
  284.       Top = 48
  285.       Width = 113
  286.       Height = 13
  287.       Alignment = taRightJustify
  288.       AutoSize = False
  289.       Caption = '100,123.56 borrowed'
  290.       Font.Color = clBlack
  291.       Font.Height = -11
  292.       Font.Name = 'MS Sans Serif'
  293.       Font.Style = []
  294.       ParentFont = False
  295.     end
  296.     object Name3: TEdit
  297.       Left = 8
  298.       Top = 8
  299.       Width = 233
  300.       Height = 20
  301.       AutoSize = False
  302.       BorderStyle = bsNone
  303.       Color = clBtnFace
  304.       Ctl3D = False
  305.       Font.Color = clBlack
  306.       Font.Height = -11
  307.       Font.Name = 'MS Sans Serif'
  308.       Font.Style = []
  309.       ParentCtl3D = False
  310.       ParentFont = False
  311.       TabOrder = 0
  312.       Text = 'Name1'
  313.     end
  314.     object BitBtn2: TBitBtn
  315.       Tag = 3
  316.       Left = 232
  317.       Top = 16
  318.       Width = 49
  319.       Height = 37
  320.       TabOrder = 1
  321.       OnClick = BitBtn7Click
  322.       Kind = bkOK
  323.       Margin = 2
  324.       Spacing = -1
  325.       IsControl = True
  326.     end
  327.   end
  328.   object Panel4: TPanel
  329.     Left = 16
  330.     Top = 232
  331.     Width = 289
  332.     Height = 65
  333.     TabOrder = 5
  334.     object Game4: TLabel
  335.       Left = 8
  336.       Top = 28
  337.       Width = 129
  338.       Height = 13
  339.       AutoSize = False
  340.       Caption = 'Bonus Fruit Slots'
  341.       Font.Color = clBlack
  342.       Font.Height = -11
  343.       Font.Name = 'MS Sans Serif'
  344.       Font.Style = []
  345.       ParentFont = False
  346.     end
  347.     object date4: TLabel
  348.       Left = 168
  349.       Top = 28
  350.       Width = 57
  351.       Height = 13
  352.       Alignment = taRightJustify
  353.       AutoSize = False
  354.       Caption = '12/01/96'
  355.       Font.Color = clBlack
  356.       Font.Height = -11
  357.       Font.Name = 'MS Sans Serif'
  358.       Font.Style = []
  359.       ParentFont = False
  360.     end
  361.     object credits4: TLabel
  362.       Left = 8
  363.       Top = 48
  364.       Width = 105
  365.       Height = 13
  366.       AutoSize = False
  367.       Caption = '912,001.56 credits'
  368.       Font.Color = clBlack
  369.       Font.Height = -11
  370.       Font.Name = 'MS Sans Serif'
  371.       Font.Style = []
  372.       ParentFont = False
  373.     end
  374.     object borrowed4: TLabel
  375.       Left = 112
  376.       Top = 48
  377.       Width = 113
  378.       Height = 13
  379.       Alignment = taRightJustify
  380.       AutoSize = False
  381.       Caption = '100,123.56 borrowed'
  382.       Font.Color = clBlack
  383.       Font.Height = -11
  384.       Font.Name = 'MS Sans Serif'
  385.       Font.Style = []
  386.       ParentFont = False
  387.     end
  388.     object Name4: TEdit
  389.       Left = 8
  390.       Top = 8
  391.       Width = 233
  392.       Height = 20
  393.       AutoSize = False
  394.       BorderStyle = bsNone
  395.       Color = clBtnFace
  396.       Ctl3D = False
  397.       Font.Color = clBlack
  398.       Font.Height = -11
  399.       Font.Name = 'MS Sans Serif'
  400.       Font.Style = []
  401.       ParentCtl3D = False
  402.       ParentFont = False
  403.       TabOrder = 0
  404.       Text = 'Name1'
  405.     end
  406.     object BitBtn3: TBitBtn
  407.       Tag = 4
  408.       Left = 232
  409.       Top = 16
  410.       Width = 49
  411.       Height = 37
  412.       TabOrder = 1
  413.       OnClick = BitBtn7Click
  414.       Kind = bkOK
  415.       Margin = 2
  416.       Spacing = -1
  417.       IsControl = True
  418.     end
  419.   end
  420.   object Panel5: TPanel
  421.     Left = 312
  422.     Top = 16
  423.     Width = 289
  424.     Height = 65
  425.     TabOrder = 6
  426.     object Game5: TLabel
  427.       Left = 8
  428.       Top = 28
  429.       Width = 129
  430.       Height = 13
  431.       AutoSize = False
  432.       Caption = 'Bonus Fruit Slots'
  433.       Font.Color = clBlack
  434.       Font.Height = -11
  435.       Font.Name = 'MS Sans Serif'
  436.       Font.Style = []
  437.       ParentFont = False
  438.     end
  439.     object date5: TLabel
  440.       Left = 168
  441.       Top = 28
  442.       Width = 57
  443.       Height = 13
  444.       Alignment = taRightJustify
  445.       AutoSize = False
  446.       Caption = '12/01/96'
  447.       Font.Color = clBlack
  448.       Font.Height = -11
  449.       Font.Name = 'MS Sans Serif'
  450.       Font.Style = []
  451.       ParentFont = False
  452.     end
  453.     object credits5: TLabel
  454.       Left = 8
  455.       Top = 48
  456.       Width = 105
  457.       Height = 13
  458.       AutoSize = False
  459.       Caption = '912,001.56 credits'
  460.       Font.Color = clBlack
  461.       Font.Height = -11
  462.       Font.Name = 'MS Sans Serif'
  463.       Font.Style = []
  464.       ParentFont = False
  465.     end
  466.     object borrowed5: TLabel
  467.       Left = 112
  468.       Top = 48
  469.       Width = 113
  470.       Height = 13
  471.       Alignment = taRightJustify
  472.       AutoSize = False
  473.       Caption = '100,123.56 borrowed'
  474.       Font.Color = clBlack
  475.       Font.Height = -11
  476.       Font.Name = 'MS Sans Serif'
  477.       Font.Style = []
  478.       ParentFont = False
  479.     end
  480.     object Name5: TEdit
  481.       Left = 8
  482.       Top = 8
  483.       Width = 233
  484.       Height = 20
  485.       AutoSize = False
  486.       BorderStyle = bsNone
  487.       Color = clBtnFace
  488.       Ctl3D = False
  489.       Font.Color = clBlack
  490.       Font.Height = -11
  491.       Font.Name = 'MS Sans Serif'
  492.       Font.Style = []
  493.       ParentCtl3D = False
  494.       ParentFont = False
  495.       TabOrder = 0
  496.       Text = 'Name1'
  497.     end
  498.     object BitBtn4: TBitBtn
  499.       Tag = 5
  500.       Left = 232
  501.       Top = 16
  502.       Width = 49
  503.       Height = 37
  504.       TabOrder = 1
  505.       OnClick = BitBtn7Click
  506.       Kind = bkOK
  507.       Margin = 2
  508.       Spacing = -1
  509.       IsControl = True
  510.     end
  511.   end
  512.   object Panel7: TPanel
  513.     Left = 312
  514.     Top = 160
  515.     Width = 289
  516.     Height = 65
  517.     TabOrder = 7
  518.     object Game7: TLabel
  519.       Left = 8
  520.       Top = 28
  521.       Width = 129
  522.       Height = 13
  523.       AutoSize = False
  524.       Caption = 'Bonus Fruit Slots'
  525.       Font.Color = clBlack
  526.       Font.Height = -11
  527.       Font.Name = 'MS Sans Serif'
  528.       Font.Style = []
  529.       ParentFont = False
  530.     end
  531.     object date7: TLabel
  532.       Left = 168
  533.       Top = 28
  534.       Width = 57
  535.       Height = 13
  536.       Alignment = taRightJustify
  537.       AutoSize = False
  538.       Caption = '12/01/96'
  539.       Font.Color = clBlack
  540.       Font.Height = -11
  541.       Font.Name = 'MS Sans Serif'
  542.       Font.Style = []
  543.       ParentFont = False
  544.     end
  545.     object credits7: TLabel
  546.       Left = 8
  547.       Top = 48
  548.       Width = 105
  549.       Height = 13
  550.       AutoSize = False
  551.       Caption = '912,001.56 credits'
  552.       Font.Color = clBlack
  553.       Font.Height = -11
  554.       Font.Name = 'MS Sans Serif'
  555.       Font.Style = []
  556.       ParentFont = False
  557.     end
  558.     object borrowed7: TLabel
  559.       Left = 112
  560.       Top = 48
  561.       Width = 113
  562.       Height = 13
  563.       Alignment = taRightJustify
  564.       AutoSize = False
  565.       Caption = '100,123.56 borrowed'
  566.       Font.Color = clBlack
  567.       Font.Height = -11
  568.       Font.Name = 'MS Sans Serif'
  569.       Font.Style = []
  570.       ParentFont = False
  571.     end
  572.     object Name7: TEdit
  573.       Left = 8
  574.       Top = 8
  575.       Width = 233
  576.       Height = 20
  577.       AutoSize = False
  578.       BorderStyle = bsNone
  579.       Color = clBtnFace
  580.       Ctl3D = False
  581.       Font.Color = clBlack
  582.       Font.Height = -11
  583.       Font.Name = 'MS Sans Serif'
  584.       Font.Style = []
  585.       ParentCtl3D = False
  586.       ParentFont = False
  587.       TabOrder = 0
  588.       Text = 'Name1'
  589.     end
  590.     object BitBtn6: TBitBtn
  591.       Tag = 7
  592.       Left = 232
  593.       Top = 16
  594.       Width = 49
  595.       Height = 37
  596.       TabOrder = 1
  597.       OnClick = BitBtn7Click
  598.       Kind = bkOK
  599.       Margin = 2
  600.       Spacing = -1
  601.       IsControl = True
  602.     end
  603.   end
  604.   object Panel8: TPanel
  605.     Left = 312
  606.     Top = 232
  607.     Width = 289
  608.     Height = 65
  609.     TabOrder = 8
  610.     object Game8: TLabel
  611.       Left = 8
  612.       Top = 28
  613.       Width = 129
  614.       Height = 13
  615.       AutoSize = False
  616.       Caption = 'Bonus Fruit Slots'
  617.       Font.Color = clBlack
  618.       Font.Height = -11
  619.       Font.Name = 'MS Sans Serif'
  620.       Font.Style = []
  621.       ParentFont = False
  622.     end
  623.     object date8: TLabel
  624.       Left = 168
  625.       Top = 28
  626.       Width = 57
  627.       Height = 13
  628.       Alignment = taRightJustify
  629.       AutoSize = False
  630.       Caption = '12/01/96'
  631.       Font.Color = clBlack
  632.       Font.Height = -11
  633.       Font.Name = 'MS Sans Serif'
  634.       Font.Style = []
  635.       ParentFont = False
  636.     end
  637.     object credits8: TLabel
  638.       Left = 8
  639.       Top = 48
  640.       Width = 105
  641.       Height = 13
  642.       AutoSize = False
  643.       Caption = '912,001.56 credits'
  644.       Font.Color = clBlack
  645.       Font.Height = -11
  646.       Font.Name = 'MS Sans Serif'
  647.       Font.Style = []
  648.       ParentFont = False
  649.     end
  650.     object borrowed8: TLabel
  651.       Left = 112
  652.       Top = 48
  653.       Width = 113
  654.       Height = 13
  655.       Alignment = taRightJustify
  656.       AutoSize = False
  657.       Caption = '100,123.56 borrowed'
  658.       Font.Color = clBlack
  659.       Font.Height = -11
  660.       Font.Name = 'MS Sans Serif'
  661.       Font.Style = []
  662.       ParentFont = False
  663.     end
  664.     object Name8: TEdit
  665.       Left = 8
  666.       Top = 8
  667.       Width = 233
  668.       Height = 20
  669.       AutoSize = False
  670.       BorderStyle = bsNone
  671.       Color = clBtnFace
  672.       Ctl3D = False
  673.       Font.Color = clBlack
  674.       Font.Height = -11
  675.       Font.Name = 'MS Sans Serif'
  676.       Font.Style = []
  677.       ParentCtl3D = False
  678.       ParentFont = False
  679.       TabOrder = 0
  680.       Text = 'Name1'
  681.     end
  682.     object BitBtn7: TBitBtn
  683.       Tag = 8
  684.       Left = 232
  685.       Top = 16
  686.       Width = 49
  687.       Height = 37
  688.       TabOrder = 1
  689.       OnClick = BitBtn7Click
  690.       Kind = bkOK
  691.       Margin = 2
  692.       Spacing = -1
  693.       IsControl = True
  694.     end
  695.   end
  696.   object Panel6: TPanel
  697.     Left = 312
  698.     Top = 88
  699.     Width = 289
  700.     Height = 65
  701.     TabOrder = 9
  702.     object Game6: TLabel
  703.       Left = 8
  704.       Top = 28
  705.       Width = 129
  706.       Height = 13
  707.       AutoSize = False
  708.       Caption = 'Bonus Fruit Slots'
  709.       Font.Color = clBlack
  710.       Font.Height = -11
  711.       Font.Name = 'MS Sans Serif'
  712.       Font.Style = []
  713.       ParentFont = False
  714.     end
  715.     object date6: TLabel
  716.       Left = 168
  717.       Top = 28
  718.       Width = 57
  719.       Height = 13
  720.       Alignment = taRightJustify
  721.       AutoSize = False
  722.       Caption = '12/01/96'
  723.       Font.Color = clBlack
  724.       Font.Height = -11
  725.       Font.Name = 'MS Sans Serif'
  726.       Font.Style = []
  727.       ParentFont = False
  728.     end
  729.     object credits6: TLabel
  730.       Left = 8
  731.       Top = 48
  732.       Width = 105
  733.       Height = 13
  734.       AutoSize = False
  735.       Caption = '912,001.56 credits'
  736.       Font.Color = clBlack
  737.       Font.Height = -11
  738.       Font.Name = 'MS Sans Serif'
  739.       Font.Style = []
  740.       ParentFont = False
  741.     end
  742.     object borrowed6: TLabel
  743.       Left = 112
  744.       Top = 48
  745.       Width = 113
  746.       Height = 13
  747.       Alignment = taRightJustify
  748.       AutoSize = False
  749.       Caption = '100,123.56 borrowed'
  750.       Font.Color = clBlack
  751.       Font.Height = -11
  752.       Font.Name = 'MS Sans Serif'
  753.       Font.Style = []
  754.       ParentFont = False
  755.     end
  756.     object Name6: TEdit
  757.       Left = 8
  758.       Top = 8
  759.       Width = 233
  760.       Height = 20
  761.       AutoSize = False
  762.       BorderStyle = bsNone
  763.       Color = clBtnFace
  764.       Ctl3D = False
  765.       Font.Color = clBlack
  766.       Font.Height = -11
  767.       Font.Name = 'MS Sans Serif'
  768.       Font.Style = []
  769.       ParentCtl3D = False
  770.       ParentFont = False
  771.       TabOrder = 0
  772.       Text = 'Name1'
  773.     end
  774.     object BitBtn5: TBitBtn
  775.       Tag = 6
  776.       Left = 232
  777.       Top = 16
  778.       Width = 49
  779.       Height = 37
  780.       TabOrder = 1
  781.       OnClick = BitBtn7Click
  782.       Kind = bkOK
  783.       Margin = 2
  784.       Spacing = -1
  785.       IsControl = True
  786.     end
  787.   end
  788. end
  789.